From: Stefan Monnier Date: Wed, 21 Jan 2004 04:19:21 +0000 (+0000) Subject: [ENABLE_CHECKING]: Don't force union type. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24423 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f925b448e30d4bd5b528e301af713b3ed1280ff5;p=emacs.git [ENABLE_CHECKING]: Don't force union type. --- diff --git a/src/lisp.h b/src/lisp.h index e1f939581db..cf9f9395262 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -1,5 +1,5 @@ /* Fundamental definitions for GNU Emacs Lisp interpreter. - Copyright (C) 1985,86,87,93,94,95,97,98,1999,2000, 2001, 2002, 2003 + Copyright (C) 1985,86,87,93,94,95,97,98,1999,2000,01,02,03,2004 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -67,10 +67,6 @@ extern void die P_((const char *, const char *, int)); ? (void) 0 \ : die ((msg), __FILE__, __LINE__)), \ 0) - -/* Let's get some compile-time checking too. */ -#undef NO_UNION_TYPE - #else /* Produce same side effects and result, but don't complain. */